home *** CD-ROM | disk | FTP | other *** search
- #[
- # Name: u.win95dos.ugd
- #
- # Derived from: u.win95.ugd
- #
- # Author: Clive Standbridge
- #
- # Created on: Dec 1996
- #
- # Sccs ID: @(#)u.win95dos.ugd 1.6 08/28/97
- #
- # Coding Stds:
- #
- # Purpose: A script file for use with Windows upgrader WIN31LIC
- # This creates INI entries, Links and others for
- # configuring the default Windows 95 installation to
- # Insignia's format.
- # This file should only contain entries which are common
- # to all hosts, and only those which may be made from
- # real DOS mode.
- # Registry modifications should be placed in win95.ugd,
- # to be handled by win95lic.
- # Host-specific entries should be placed in the host
- # script e.g. mac95.ugd
- #
- # Copyright 1997 Insignia Solutions PLC. All rights reserved.
- #]
-
-
- INI
- UPD
- C:\WINDOWS\SYSTEM.INI
- [386Enh]
- device=insignia.386
- device=insignia.386
- END
-
- INI
- DEL
- C:\WINDOWS\SYSTEM.INI
- [386Enh]
- device=vidled.386
-
- END
-
- #----------------------------------------------------------------------
- # Remove Win 3.x / 95 1.0 sound driver, to prevent it starting up
- # before Plug and Play detection.
- #----------------------------------------------------------------------
-
- INI
- DEL
- C:\WINDOWS\SYSTEM.INI
- [drivers]
- wave=swinsnd.drv
-
- END
-
- INI
- DEL
- C:\WINDOWS\SYSTEM.INI
- [drivers]
- midi=swinsnd.drv
-
- END
-
- INI
- DEL
- C:\WINDOWS\SYSTEM.INI
- [drivers]
- mixer=swinsnd.drv
-
- END
-
- #----------------------------------------------------------------------
- # Comment Reboot in swinsnd.inf so won't prompt for reboot
- # during upgrade
- #----------------------------------------------------------------------
- INI
- UPD
- C:\WINDOWS\INF\SWINSND.INF
- [ISLB007_Device]
- Reboot
- ;Reboot
- END
-
-
- #--------------------------------------------------------------------
- # Temporarily load real-mode CD-ROM driver for Win 9x upgrade.
- #--------------------------------------------------------------------
- FLC
- ADD
- Current
- C:\CONFIG.SYS
- device=c:\insignia\cdrom.sys
- device=c:\insignia\cdrom.sys
- END
-
- FLC
- ADD
- Current
- C:\AUTOEXEC.BAT
- call c:\insignia\usecd.bat
- call c:\insignia\usecd.bat
- END
-
-